Kameleon-Plus  0.3.2
Public Member Functions | List of all members
ccmc::Time Class Reference

#include <CCMCTime.h>

Public Member Functions

 Time (const std::string &epochString)
 
 Time (double epoch)
 
 Time ()
 
 ~Time ()
 
short getDay () const
 
void setDay (short day)
 
void setEpoch (double epoch)
 
short getHour () const
 
void setHour (short hour)
 
short getMilliseconds () const
 
void setMilliseconds (short milliseconds)
 
short getMinute () const
 
void setMinute (short minute)
 
short getMonth () const
 
void setMonth (short month)
 
short getSeconds () const
 
void setSeconds (double seconds)
 
short getYear () const
 
void setYear (short year)
 
std::string toString () const
 
double getEpoch () const
 

Constructor & Destructor Documentation

ccmc::Time::Time ( const std::string &  epochString)

Here is the call graph for this function:

ccmc::Time::Time ( double  epoch)

Here is the call graph for this function:

ccmc::Time::Time ( )
ccmc::Time::~Time ( )

Member Function Documentation

short ccmc::Time::getDay ( ) const
double ccmc::Time::getEpoch ( ) const
short ccmc::Time::getHour ( ) const
short ccmc::Time::getMilliseconds ( ) const
short ccmc::Time::getMinute ( ) const
short ccmc::Time::getMonth ( ) const
short ccmc::Time::getSeconds ( ) const
short ccmc::Time::getYear ( ) const
void ccmc::Time::setDay ( short  day)
void ccmc::Time::setEpoch ( double  epoch)
void ccmc::Time::setHour ( short  hour)
void ccmc::Time::setMilliseconds ( short  milliseconds)
void ccmc::Time::setMinute ( short  minute)
void ccmc::Time::setMonth ( short  month)
void ccmc::Time::setSeconds ( double  seconds)
void ccmc::Time::setYear ( short  year)
std::string ccmc::Time::toString ( ) const

The documentation for this class was generated from the following files: